CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - socket select

搜索资源列表

  1. EvenSelect

    0下载:
  2. C++ Socket的select模型的应用实例 C++ Socket的select模型的应用实例
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:15008
    • 提供者:方老
  1. TcpClient

    0下载:
  2. socket客户端代码,可以从web服务器取文件,并且使用了select高级方法
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:1827
    • 提供者:leo
  1. TestImageGrab

    0下载:
  2. 用socket的Event select方式进行 五个连接数据的接收
  3. 所属分类:Internet/网络编程

    • 发布日期:2014-01-17
    • 文件大小:38906
    • 提供者:钱红艳
  1. TCPSerSock_Dll

    0下载:
  2. Socket Server动态库,利用套接字select实现
  3. 所属分类:Telnet服务器

    • 发布日期:2008-10-13
    • 文件大小:19636
    • 提供者:南志强
  1. variousSockIOMmodels

    0下载:
  2. Samples illustrating the various Winsock I/O models under the following directories: blocking Illustrates the blocking sockets model. This includes blocking client and server samples. nonblocking Illustrates the non-blocking socket model using
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:79158
    • 提供者:Janferry
  1. select_io

    0下载:
  2. select socket 完成的聊天室 简单的代码 完成对select socket的熟悉
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:14627
    • 提供者:gujing
  1. server_sock

    1下载:
  2. c 语言.多线程.socket网络编程服务端.对select的应用-c language. Multithreading. Socket-network programming services. Select the right Application
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1116
    • 提供者:柳心雨
  1. connector

    0下载:
  2. 用C实现的TCP/IP socket连接/读/写操作。采用了select方法来设置socket超时。此示例在Windows/unix系统下编译运行通过。-C realization of TCP / IP socket connections / read / write operation. Select the method used to set the socket overtime. This example in the Windows / Unix systems running
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2816
    • 提供者:潘振瑶
  1. selector.zip

    1下载:
  2. socket的事件分发模型,使用了统一接口封装select,poll,epoll等模型。,socket events distributed model, the use of a unified interface package select, poll, epoll and other models.
  3. 所属分类:Internet/网络编程

    • 发布日期:2013-09-12
    • 文件大小:33449
    • 提供者:zbc
  1. windowssocket.rar

    4下载:
  2. <<精通Windows Sockets网络开发--基于Visual C++实现>> 一书的全部源代码,包括 多线程下载程序、网络五子棋、在线考试系统等五个项目。每个项目都使用不同的socket模型开发(比如select,基于消息、事件的异步模型,重叠i/o,完成端口),对于初学socket网络编程的朋友有极大帮助、、 ," " Proficient in Windows Sockets network development- based on Visu
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2016-05-28
    • 文件大小:889211
    • 提供者:牟伯东
  1. server

    0下载:
  2. (基于select模型)socket的封装类【超详细注释】,可以直接来用,讨论下优劣.. 这是服务器端,我在VS2008编译过了.. -(Based on select models) socket wrappers】 【super-detailed notes, can be used directly to discuss the pros and cons .. it is under the server side, I have compiled a VS2008 ..
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-15
    • 文件大小:3879509
    • 提供者:xuwei
  1. TCPTester-xjt

    0下载:
  2. socket各种TCP模型性能测试,包括select模型,阻塞同步TCP模型,客户端开启1000个线程开启1000个socket-socket test speed,including select,the client create 1000 sockets.
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-06-14
    • 文件大小:21359676
    • 提供者:winpcap
  1. chat

    0下载:
  2. linux系统下一个简单的聊天程序,主要用socket和select实现的-linux system a simple chat program, the main achievement of the socket and select
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-21
    • 文件大小:16805
    • 提供者:cxt
  1. mnet_demo

    0下载:
  2. 一个网络通信开发库示例源码,封装了TCP和UDP的socket函数,封装了完成端口、WSAEventSelect、select等3种winsock I/O模型,并结合线程池+内存池模式,支持高并发。 -Example of a network communications development library source code, TCP and UDP encapsulates the socket function, encapsulates the completion port,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2081533
    • 提供者:李海
  1. radmin21

    0下载:
  2. 务器端基于select I/O模型。为防止程序界面阻塞,有一个子线程用于不断接收socket并select其中的处理。客户端只有一个线程函数,不过其利用率很高,可用于远程目录交换,请求文件大小,创建若干线程来下载文件。文件传输有上传和下载,还有对等传输,这个项目中,传输文件具体指下载。-Client server based on select I/O model. Programming interfaces in order to prevent obstruction, there is
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1380743
    • 提供者:Qin Jie Ning
  1. socketselectio

    0下载:
  2. 使用select socket io模型传文件,一次3K-The use of select socket io model Chuan documents, a 3K
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:16941
    • 提供者:asdffd
  1. linux_network

    0下载:
  2. 这是linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用。-This is under linux on the C programming, which includes a socket several usage examples, udp, tcp, as well as the use of select.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-01
    • 文件大小:571312
    • 提供者:赵炜
  1. qddown_java8543535625

    0下载:
  2. 系统采用客户/服务器摸式 服务器与客户间通过套接口Socket(TCP)连接。通过对好友列表比较以判断是谁并提示用户收到某某的消息,然后用户选择该用户查看消息,如果好友列表没有该人就显示收到陌生人的消息。用户可以按陌生人按钮查看消息。-System uses a client/server mode and client server through socket Socket (TCP) connection. By comparison buddy list to determine w
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:903944
    • 提供者:xingchao
  1. CE_XTALK

    0下载:
  2. CE版本的XTALK程序。它包括服务器和客户端两部分。其中对套接字I/O的并发采用线程+select机制,对于屏幕刷新则采用消息机制。主要功能是一个简单的群聊工具,一个客服发言,服务器对其广播。同时,他可以跟桌面Windows版本的程序通信。-CE versions of XTALK procedures. It includes server and client in two parts. Which socket I/O concurrent threads+ select the mec
  3. 所属分类:Windows CE

    • 发布日期:2017-04-03
    • 文件大小:111627
    • 提供者:fang
  1. 101259376LANCommunion

    0下载:
  2. < 精通Windows Sockets网络开发--基于Visual C++实现>> 一书的全部源代码,包括 多线程下载程序、网络五子棋、在线考试系统等五个项目。每个项目都使用不同的socket模型开发(比如select,基于消息、事件的异步模型,重叠i/o,完成端口),对于初学socket网络编程的朋友有极大帮助、、 -" " Proficient in Windows Sockets network development- based on Visual
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-17
    • 文件大小:69444
    • 提供者:牟伯东
« 1 2 3 4 56 7 8 9 »
搜珍网 www.dssz.com